Skip to content
Back to search
30
MCP

PostgreSQL Secure

pulsemcp/postgresql secure

Security-hardened read-only PostgreSQL MCP server with AST-based SQL guard using pglast, per-transaction safety envelope, and JSON-Lines audit logging.

Uptime
0.0%
3 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

database-mcp-postgres
MCP server for PostgreSQL with read-only guardrails, row caps, and statement timeouts
0 tools
io.github.arifulislamat/database-mcp-postgres
MCP server for PostgreSQL. Read-only by default, row caps, timeouts, secrets never logged.
0 tools
PostgreSQL Connector
Read-only MCP server for PostgreSQL: list schemas/tables, run guarded queries.
0 tools
Postgres MCP
PostgreSQL MCP wrapper with .env credential mapping, tool selection, and safe read-only defaults.
0 tools
safe postgres mcp
Metadata-only Glama MCP server.
0 tools
Postgres Secured (Aegis Zero-Trust)
Enterprise PostgreSQL MCP secured by Aegis Zero-Trust to block unauthorized SQL injections.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "postgresql_secure": {
      "url": "None",
      "transport": "http"
    }
  }
}